#alertWrap{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 99999;
	display: none;
}
#alertWrap .alertBox{
	width: 915px;
	height: 370px;
	background: #fff url(/20180401/images/back.png) no-repeat center / cover;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -185px;
	margin-left: -457.5px;
	
}
#alertWrap .alertBox .bax{
	width: 880px;
	height: 330px;
	border: 2px solid #54fda0;
	margin: 18px auto 0;
	overflow: hidden;
	background: url(/20180401/images/tcc.png) no-repeat 662px 49px / 116px 155px;
}
#alertWrap .alertBox .bax .lll{
	float: left;
	width: 555px;
	height: 330px;
	float: left;


}
#alertWrap .alertBox .bax .lll .row{
	height: 83px;
	width: 555px;
	
}
#alertWrap .alertBox .bax .lll .row.mt{
	margin-top: 62px;
}
#alertWrap .alertBox .bax .lll .row span{
	height: 83px;
	line-height: 48px;
	font-size: 25px;
	color: #009944;
	text-align: right;
	width: 185px;
	display: block;
	float: left;
}
#alertWrap .alertBox .bax .lll .row input{
	height: 48px;
	line-height: 48px;
	width: 280px;
	padding-left: 30px;
	border-radius: 7px;
	background: #e7eeea;
	display: block;
	float: left;
	font-size: 25px;
	margin-left: 25px;

}
#alertWrap .alertBox .bax .rrr{
	width: 324px;
	height: 330px;
	float: right;
	position: relative;
}
#alertWrap .alertBox .bax .rrr a.get{
	width: 198px;
	height: 54px;
	background: url(/20180401/images/hqhx.png) no-repeat center / cover;
	display: block;
	position: absolute;
	top: 224px;
	left: 66px;
}
#alertWrap .alertBox .bax .rrr a.closeAlert{
	width: 36px;
	height: 36px;
	display: block;
	background: url(/20180401/images/closealert.png) no-repeat center / cover;
	position: absolute;
	top: 16px;
	right: 26px;
}
  /* i i s 7 . c o m */